(tool-bar-map): Defvar when compiling.
authorDave Love <fx@gnu.org>
Thu, 9 Nov 2000 11:46:48 +0000 (11:46 +0000)
committerDave Love <fx@gnu.org>
Thu, 9 Nov 2000 11:46:48 +0000 (11:46 +0000)
lisp/gnus/message.el

index 287b565c4d40e959321c76131d96559f0ece905a..03d5b2dce2155a913d9fa65bb10aa2ef40cba07c 100644 (file)
@@ -4327,6 +4327,7 @@ which specify the range to operate on."
 (defalias 'message-exchange-point-and-mark 'exchange-point-and-mark)
 
 ;; Support for toolbar
+(eval-when-compile (defvar tool-bar-map))
 (if (featurep 'xemacs)
     (require 'messagexmas)
   (when (and (fboundp 'tool-bar-add-item-from-menu)